home *** CD-ROM | disk | FTP | other *** search
- Path: mail2news.demon.co.uk!genesis.demon.co.uk
- From: Lawrence Kirby <fred@genesis.demon.co.uk>
- Newsgroups: comp.lang.c
- Subject: Re: Where am I going wrong?
- Date: Tue, 09 Jan 96 17:41:48 GMT
- Organization: none
- Distribution: world
- Message-ID: <821209308snz@genesis.demon.co.uk>
- References: <414.1168.52@anjo.hi.net>
- Reply-To: fred@genesis.demon.co.uk
- X-NNTP-Posting-Host: genesis.demon.co.uk
- X-Newsreader: Demon Internet Simple News v1.27
- X-Mail2News-Path: genesis.demon.co.uk
-
- In article <414.1168.52@anjo.hi.net> amcleod@anjo.hi.net "Angus Mcleod" writes:
-
- >I'm trying to create an OS/2 .DLL with functions I can call from REXX.
- >
- >Here is my super-simple trial source:
- >
- >
- >
- > #define INCL_REXXSAA
- >
- > #include <rexxsaa.h>
-
- The behaviour of your program depends on things not defined by the C language
- so as far as comp.lang.c is concerned it is simply a case of undefined
- behaviour. You need to post to a newsgroup where things like rexxsaa.h
- (and OS/2 and .DLL and REXX) are meaningful, perhaps
- comp.os.os2.programmer.misc
-
- --
- -----------------------------------------
- Lawrence Kirby | fred@genesis.demon.co.uk
- Wilts, England | 70734.126@compuserve.com
- -----------------------------------------
-